From 887317a90a0ad3ea077643707020844d68b6b410 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:27 +0000 Subject: [PATCH] packages/giflib: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40079 --- libs/giflib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/giflib/Makefile b/libs/giflib/Makefile index 01e3353aa..02c7c0f2f 100644 --- a/libs/giflib/Makefile +++ b/libs/giflib/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -33,7 +33,7 @@ endef define Package/giflib/description giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while - the LZW compression algorithm was patented. + the LZW compression algorithm was patented. endef TARGET_CFLAGS += $(FPIC) -- 2.30.2